home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / pcc12c.zip / READ.ME < prev    next >
Text File  |  1989-06-21  |  797b  |  27 lines

  1. Jun 21, 1989
  2.  
  3. The 1.2c version of PCC has the following changes:
  4.  
  5.     1.    The file isetup.a has been included.  This PCCA source file contains
  6.         the startup code for PCC C programs, and several library 
  7.         functions.  It shows how to initialize the PCC run-time 
  8.         environment.
  9.     
  10.     2.    The file ctype.h has been included.  It defines several macros 
  11.         for character typing -- isalpha(), isdigit(), ....  The standard 
  12.         functions are in the PCCS/7 libraries.  Use ctype.h for 
  13.         compatibility with other C processors, or to gain speed at the 
  14.         expense of space.
  15.     
  16. The PCC files have been compressed using DWC.EXE, included on this disk.
  17.  
  18. Enter
  19.  
  20.     A>DWC x pcc
  21.  
  22. to expand the files.  The file DWC.DWC contains information on DWC.  Enter
  23.  
  24.     A>DWC x dwc
  25.  
  26. to expand this information.
  27.